Package com.bitmovin.player.api.media.video.quality

Types

Link copied to clipboard
interface VideoAdaptation
Can be implemented and added to the AdaptationConfig to customize the video adaptation logic.
Link copied to clipboard
open class VideoAdaptationData : AdaptationData
Holds information about the current video adaptation.
Link copied to clipboard
data class VideoQuality(id: String, label: String?, bitrate: Int, codec: String?, frameRate: Float, width: Int, height: Int) : Quality

Represents a video quality.

Link copied to clipboard
interface VideoQualityLabeler
Can be implemented and added to the LabelingConfig to label VideoQualitys.